Intersoft ClientUI Documentation
Document Property (DocumentViewerGenericBase<T>)



Gets or sets the document.
Syntax
<CategoryAttribute("Common Properties")>
Public Overridable Property Document As T
Dim instance As DocumentViewerGenericBase(Of T)
Dim value As T
 
instance.Document = value
 
value = instance.Document
[CategoryAttribute("Common Properties")]
public virtual T Document {get; set;}
[CategoryAttribute("Common Properties")]
public:
virtual property T^ Document {
   T^ get();
   void set (    T^ value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DocumentViewerGenericBase<T> Class
DocumentViewerGenericBase<T> Members

Send Feedback